翻訳と辞書
Words near each other
・ Linkat
・ Linkava (Nevėžis)
・ Linkback
・ Linkbelt Oval
・ LinkCycle
・ Linke
・ Linke-Hofmann
・ Linke-Hofmann R.I
・ Linke-Hofmann R.II
・ Linkebeek
・ Linked by Fate
・ Linked by Fate (film)
・ Linked data
・ Linked data page
・ Linked Data Platform
Linked data structure
・ Linked exchange rate
・ Linked field
・ Linked Hybrid
・ Linked list
・ Linked numbering scheme
・ Linked open data
・ Linked set
・ Linked timestamping
・ Linked Town Houses
・ LinkedGov
・ LinkedIn
・ Linkenbach
・ Linkenchelys multipora
・ Linkenheim-Hochstetten


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Linked data structure : ウィキペディア英語版
Linked data structure
In computer science, a linked data structure is a data structure which consists of a set of data records (''nodes'') linked together and organized by references (''links'' or ''pointers''). The link between data can also be called a connector.
In linked data structures, the links are usually treated as special data types that can only be dereferenced or compared for equality. Linked data structures are thus contrasted with arrays and other data structures that require performing arithmetic operations on pointers. This distinction holds even when the nodes are actually implemented as elements of a single array, and the references are actually array indices: as long as no arithmetic is done on those indices, the data structure is essentially a linked one.
Linking can be done in two ways - Using dynamic allocation and using array index linking.
Linked data structures include linked lists, search trees, expression trees, and many other widely used data structures. They are also key building blocks for many efficient algorithms, such as topological sortDonald Knuth, The Art of Computer Programming〕 and set union-find.〔Bernard A. Galler and Michael J. Fischer. An improved equivalence algorithm. ''Communications of the ACM,'' Volume 7, Issue 5 (May 1964), pages 301-303. The paper originating disjoint-set forests. (ACM Digital Library )〕
==Common types of linked data structures==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Linked data structure」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.